pub struct lockReason;
Trait Implementations§
Source§impl Field for lockReason
impl Field for lockReason
Source§impl HasField<lockReason> for RepositoryInfo
impl HasField<lockReason> for RepositoryInfo
Source§type Type = Option<RepositoryLockReason>
type Type = Option<RepositoryLockReason>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for lockReason
impl RefUnwindSafe for lockReason
impl Send for lockReason
impl Sync for lockReason
impl Unpin for lockReason
impl UnwindSafe for lockReason
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