pub struct documentType;
Trait Implementations§
Source§impl Field for documentType
impl Field for documentType
Source§impl HasField<documentType> for Notification
impl HasField<documentType> for Notification
Auto Trait Implementations§
impl Freeze for documentType
impl RefUnwindSafe for documentType
impl Send for documentType
impl Sync for documentType
impl Unpin for documentType
impl UnwindSafe for documentType
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