pub struct GlobalSection { /* private fields */ }Implementations§
Source§impl GlobalSection
impl GlobalSection
pub fn with_entries(entries: Vec<GlobalSectionEntry>) -> Self
Trait Implementations§
Source§impl Clone for GlobalSection
impl Clone for GlobalSection
Source§fn clone(&self) -> GlobalSection
fn clone(&self) -> GlobalSection
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 GlobalSection
impl Debug for GlobalSection
Source§impl Parse<'_> for GlobalSection
impl Parse<'_> for GlobalSection
Source§impl PartialEq for GlobalSection
impl PartialEq for GlobalSection
impl Eq for GlobalSection
impl StructuralPartialEq for GlobalSection
Auto Trait Implementations§
impl Freeze for GlobalSection
impl RefUnwindSafe for GlobalSection
impl Send for GlobalSection
impl Sync for GlobalSection
impl Unpin for GlobalSection
impl UnwindSafe for GlobalSection
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