pub struct IceStateChangeNotificationRef<'a>(/* private fields */);
Expand description
Reference to a deserialized IceStateChangeNotification.
Implementations§
Source§impl<'a> IceStateChangeNotificationRef<'a>
impl<'a> IceStateChangeNotificationRef<'a>
Sourcepub fn ice_state(&self) -> Result<IceState>
pub fn ice_state(&self) -> Result<IceState>
Getter for the ice_state
field.
Trait Implementations§
Source§impl<'a> Clone for IceStateChangeNotificationRef<'a>
impl<'a> Clone for IceStateChangeNotificationRef<'a>
Source§fn clone(&self) -> IceStateChangeNotificationRef<'a>
fn clone(&self) -> IceStateChangeNotificationRef<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for IceStateChangeNotificationRef<'a>
impl<'a> Debug for IceStateChangeNotificationRef<'a>
Source§impl<'a> ReadAsRoot<'a> for IceStateChangeNotificationRef<'a>
impl<'a> ReadAsRoot<'a> for IceStateChangeNotificationRef<'a>
Source§impl<'a> TryFrom<IceStateChangeNotificationRef<'a>> for IceStateChangeNotification
impl<'a> TryFrom<IceStateChangeNotificationRef<'a>> for IceStateChangeNotification
impl<'a> Copy for IceStateChangeNotificationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for IceStateChangeNotificationRef<'a>
impl<'a> RefUnwindSafe for IceStateChangeNotificationRef<'a>
impl<'a> Send for IceStateChangeNotificationRef<'a>
impl<'a> Sync for IceStateChangeNotificationRef<'a>
impl<'a> Unpin for IceStateChangeNotificationRef<'a>
impl<'a> UnwindSafe for IceStateChangeNotificationRef<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more