pub struct OptionallyTypedIdent {
pub ident: Ident,
pub _type: Option<Ident>,
}Fields§
§ident: Ident§_type: Option<Ident>Trait Implementations§
Source§impl Clone for OptionallyTypedIdent
impl Clone for OptionallyTypedIdent
Source§fn clone(&self) -> OptionallyTypedIdent
fn clone(&self) -> OptionallyTypedIdent
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 OptionallyTypedIdent
impl Debug for OptionallyTypedIdent
Source§impl PartialEq for OptionallyTypedIdent
impl PartialEq for OptionallyTypedIdent
impl StructuralPartialEq for OptionallyTypedIdent
Auto Trait Implementations§
impl Freeze for OptionallyTypedIdent
impl RefUnwindSafe for OptionallyTypedIdent
impl Send for OptionallyTypedIdent
impl Sync for OptionallyTypedIdent
impl Unpin for OptionallyTypedIdent
impl UnwindSafe for OptionallyTypedIdent
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