Struct MountEvent
pub struct MountEvent {
pub id: String,
pub kind: MountEventKind,
}Expand description
Mount event.
Fields§
§id: String§kind: MountEventKindTrait Implementations§
§impl Clone for MountEvent
impl Clone for MountEvent
§fn clone(&self) -> MountEvent
fn clone(&self) -> MountEvent
Returns a duplicate 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 more§impl Debug for MountEvent
impl Debug for MountEvent
§impl<'de> Deserialize<'de> for MountEvent
impl<'de> Deserialize<'de> for MountEvent
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for MountEvent
impl PartialEq for MountEvent
§impl Serialize for MountEvent
impl Serialize for MountEvent
impl Eq for MountEvent
impl StructuralPartialEq for MountEvent
Auto Trait Implementations§
impl Freeze for MountEvent
impl RefUnwindSafe for MountEvent
impl Send for MountEvent
impl Sync for MountEvent
impl Unpin for MountEvent
impl UnwindSafe for MountEvent
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