pub struct VolumesNotificationRef<'a>(/* private fields */);
Expand description
Reference to a deserialized VolumesNotification.
Implementations§
Source§impl<'a> VolumesNotificationRef<'a>
impl<'a> VolumesNotificationRef<'a>
Trait Implementations§
Source§impl<'a> Clone for VolumesNotificationRef<'a>
impl<'a> Clone for VolumesNotificationRef<'a>
Source§fn clone(&self) -> VolumesNotificationRef<'a>
fn clone(&self) -> VolumesNotificationRef<'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 VolumesNotificationRef<'a>
impl<'a> Debug for VolumesNotificationRef<'a>
Source§impl<'a> ReadAsRoot<'a> for VolumesNotificationRef<'a>
impl<'a> ReadAsRoot<'a> for VolumesNotificationRef<'a>
Source§impl<'a> TryFrom<VolumesNotificationRef<'a>> for VolumesNotification
impl<'a> TryFrom<VolumesNotificationRef<'a>> for VolumesNotification
impl<'a> Copy for VolumesNotificationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for VolumesNotificationRef<'a>
impl<'a> RefUnwindSafe for VolumesNotificationRef<'a>
impl<'a> Send for VolumesNotificationRef<'a>
impl<'a> Sync for VolumesNotificationRef<'a>
impl<'a> Unpin for VolumesNotificationRef<'a>
impl<'a> UnwindSafe for VolumesNotificationRef<'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