pub struct FrameFileParser { /* private fields */ }Expand description
Parser for .frame files
Implementations§
Trait Implementations§
Source§impl Clone for FrameFileParser
impl Clone for FrameFileParser
Source§fn clone(&self) -> FrameFileParser
fn clone(&self) -> FrameFileParser
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 moreAuto Trait Implementations§
impl Freeze for FrameFileParser
impl RefUnwindSafe for FrameFileParser
impl Send for FrameFileParser
impl Sync for FrameFileParser
impl Unpin for FrameFileParser
impl UnsafeUnpin for FrameFileParser
impl UnwindSafe for FrameFileParser
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