pub struct files;Trait Implementations§
Source§impl HasArgument<limit> for files
impl HasArgument<limit> for files
Source§impl HasArgument<oid> for files
impl HasArgument<oid> for files
Source§type ArgumentType = Option<GitObjectID>
type ArgumentType = Option<GitObjectID>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for files
impl RefUnwindSafe for files
impl Send for files
impl Sync for files
impl Unpin for files
impl UnwindSafe for files
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