pub struct Property {
pub internal_type: TokenTypeIdentifierType,
pub name: String,
pub definition_type: TokenDefinitionType,
}
Fields
internal_type: TokenTypeIdentifierType
name: String
definition_type: TokenDefinitionType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more