pub struct CstTypeGroup {
pub close_position: Position,
}Fields§
§close_position: PositionTrait Implementations§
Source§impl Clone for CstTypeGroup
impl Clone for CstTypeGroup
Source§fn clone(&self) -> CstTypeGroup
fn clone(&self) -> CstTypeGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CstTypeGroup
impl Debug for CstTypeGroup
Source§impl PartialEq for CstTypeGroup
impl PartialEq for CstTypeGroup
impl StructuralPartialEq for CstTypeGroup
Auto Trait Implementations§
impl Freeze for CstTypeGroup
impl RefUnwindSafe for CstTypeGroup
impl Send for CstTypeGroup
impl Sync for CstTypeGroup
impl Unpin for CstTypeGroup
impl UnsafeUnpin for CstTypeGroup
impl UnwindSafe for CstTypeGroup
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