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