Struct viewbuilder::Ref
source · pub struct Ref<O: 'static> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<O> !RefUnwindSafe for Ref<O>
impl<O> !Send for Ref<O>
impl<O> !Sync for Ref<O>
impl<O> Unpin for Ref<O>
impl<O> !UnwindSafe for Ref<O>
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