pub struct ViewMarker;Expand description
Marker struct for view attributes.
Trait Implementations§
Source§impl Clone for ViewMarker
impl Clone for ViewMarker
Source§fn clone(&self) -> ViewMarker
fn clone(&self) -> ViewMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ViewMarker
impl Debug for ViewMarker
impl Copy for ViewMarker
Auto Trait Implementations§
impl Freeze for ViewMarker
impl RefUnwindSafe for ViewMarker
impl Send for ViewMarker
impl Sync for ViewMarker
impl Unpin for ViewMarker
impl UnwindSafe for ViewMarker
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