pub struct SimpleExtension {
pub kind: ExtensionKind,
pub name: String,
pub anchor: u32,
pub uri: u32,
}
Fields§
§kind: ExtensionKind
§name: String
§anchor: u32
§uri: u32
Trait Implementations§
Source§impl Clone for SimpleExtension
impl Clone for SimpleExtension
Source§fn clone(&self) -> SimpleExtension
fn clone(&self) -> SimpleExtension
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 Debug for SimpleExtension
impl Debug for SimpleExtension
Source§impl PartialEq for SimpleExtension
impl PartialEq for SimpleExtension
impl StructuralPartialEq for SimpleExtension
Auto Trait Implementations§
impl Freeze for SimpleExtension
impl RefUnwindSafe for SimpleExtension
impl Send for SimpleExtension
impl Sync for SimpleExtension
impl Unpin for SimpleExtension
impl UnwindSafe for SimpleExtension
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