pub struct StructForwardDcl {
pub annotations: Vec<Annotation>,
pub ident: String,
}Fields§
§annotations: Vec<Annotation>§ident: StringTrait Implementations§
Source§impl Clone for StructForwardDcl
impl Clone for StructForwardDcl
Source§fn clone(&self) -> StructForwardDcl
fn clone(&self) -> StructForwardDcl
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 StructForwardDcl
impl Debug for StructForwardDcl
Source§impl<'de> Deserialize<'de> for StructForwardDcl
impl<'de> Deserialize<'de> for StructForwardDcl
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<StructForwardDcl> for StructForwardDcl
impl From<StructForwardDcl> for StructForwardDcl
Source§fn from(typed_ast: StructForwardDcl) -> Self
fn from(typed_ast: StructForwardDcl) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StructForwardDcl
impl RefUnwindSafe for StructForwardDcl
impl Send for StructForwardDcl
impl Sync for StructForwardDcl
impl Unpin for StructForwardDcl
impl UnsafeUnpin for StructForwardDcl
impl UnwindSafe for StructForwardDcl
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