pub struct BuildId(/* private fields */);Implementations§
Trait Implementations§
impl Eq for BuildId
impl StructuralPartialEq for BuildId
Auto Trait Implementations§
impl Freeze for BuildId
impl RefUnwindSafe for BuildId
impl Send for BuildId
impl Sync for BuildId
impl Unpin for BuildId
impl UnsafeUnpin for BuildId
impl UnwindSafe for BuildId
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