pub struct BeginView {
pub l_brace: LBrace,
}Fields§
§l_brace: LBraceTrait Implementations§
impl Copy for BeginView
impl Eq for BeginView
impl StructuralPartialEq for BeginView
Auto Trait Implementations§
impl Freeze for BeginView
impl RefUnwindSafe for BeginView
impl Send for BeginView
impl Sync for BeginView
impl Unpin for BeginView
impl UnwindSafe for BeginView
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