Struct libcst_native::LeftSquareBracket
source · pub struct LeftSquareBracket<'a> {
pub whitespace_after: ParenthesizableWhitespace<'a>,
}Fields§
§whitespace_after: ParenthesizableWhitespace<'a>Trait Implementations§
source§impl<'a> Clone for LeftSquareBracket<'a>
impl<'a> Clone for LeftSquareBracket<'a>
source§fn clone(&self) -> LeftSquareBracket<'a>
fn clone(&self) -> LeftSquareBracket<'a>
Returns a copy 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<'a> Codegen<'a> for LeftSquareBracket<'a>
impl<'a> Codegen<'a> for LeftSquareBracket<'a>
fn codegen(&self, state: &mut CodegenState<'a>)
source§impl<'a> Debug for LeftSquareBracket<'a>
impl<'a> Debug for LeftSquareBracket<'a>
source§impl<'a> Default for LeftSquareBracket<'a>
impl<'a> Default for LeftSquareBracket<'a>
source§fn default() -> LeftSquareBracket<'a>
fn default() -> LeftSquareBracket<'a>
Returns the “default value” for a type. Read more
source§impl<'a> PartialEq<LeftSquareBracket<'a>> for LeftSquareBracket<'a>
impl<'a> PartialEq<LeftSquareBracket<'a>> for LeftSquareBracket<'a>
source§fn eq(&self, other: &LeftSquareBracket<'a>) -> bool
fn eq(&self, other: &LeftSquareBracket<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> Eq for LeftSquareBracket<'a>
impl<'a> StructuralEq for LeftSquareBracket<'a>
impl<'a> StructuralPartialEq for LeftSquareBracket<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LeftSquareBracket<'a>
impl<'a> Send for LeftSquareBracket<'a>
impl<'a> Sync for LeftSquareBracket<'a>
impl<'a> Unpin for LeftSquareBracket<'a>
impl<'a> UnwindSafe for LeftSquareBracket<'a>
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