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