pub struct collectionName;
Trait Implementations§
Source§impl HasArgument<collectionName> for RevisionsDiff
impl HasArgument<collectionName> for RevisionsDiff
Auto Trait Implementations§
impl Freeze for collectionName
impl RefUnwindSafe for collectionName
impl Send for collectionName
impl Sync for collectionName
impl Unpin for collectionName
impl UnwindSafe for collectionName
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