pub struct GetBuild;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetBuild
impl RefUnwindSafe for GetBuild
impl Send for GetBuild
impl Sync for GetBuild
impl Unpin for GetBuild
impl UnsafeUnpin for GetBuild
impl UnwindSafe for GetBuild
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