pub enum Buildable {}
Auto Trait Implementations§
impl Freeze for Buildable
impl RefUnwindSafe for Buildable
impl Send for Buildable
impl Sync for Buildable
impl Unpin for Buildable
impl UnwindSafe for Buildable
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