pub struct ArrayEndView {
pub r_bracket: RBracket,
}Fields§
§r_bracket: RBracketTrait Implementations§
Source§impl Clone for ArrayEndView
impl Clone for ArrayEndView
Source§fn clone(&self) -> ArrayEndView
fn clone(&self) -> ArrayEndView
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 ArrayEndView
impl Debug for ArrayEndView
Source§impl PartialEq for ArrayEndView
impl PartialEq for ArrayEndView
impl Copy for ArrayEndView
impl Eq for ArrayEndView
impl StructuralPartialEq for ArrayEndView
Auto Trait Implementations§
impl Freeze for ArrayEndView
impl RefUnwindSafe for ArrayEndView
impl Send for ArrayEndView
impl Sync for ArrayEndView
impl Unpin for ArrayEndView
impl UnwindSafe for ArrayEndView
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