pub struct FPRemoveComment {
pub directory_id: u32,
pub path: MacString,
}Fields§
§directory_id: u32§path: MacStringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPRemoveComment
impl RefUnwindSafe for FPRemoveComment
impl Send for FPRemoveComment
impl Sync for FPRemoveComment
impl Unpin for FPRemoveComment
impl UnsafeUnpin for FPRemoveComment
impl UnwindSafe for FPRemoveComment
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