pub struct EndView {
pub r_brace: RBrace,
}Fields§
§r_brace: RBraceTrait Implementations§
impl Copy for EndView
impl Eq for EndView
impl StructuralPartialEq for EndView
Auto Trait Implementations§
impl Freeze for EndView
impl RefUnwindSafe for EndView
impl Send for EndView
impl Sync for EndView
impl Unpin for EndView
impl UnwindSafe for EndView
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