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