Struct RDFTContext
#[repr(C)]pub struct RDFTContext { /* private fields */ }
Trait Implementations§
§impl Clone for RDFTContext
impl Clone for RDFTContext
§fn clone(&self) -> RDFTContext
fn clone(&self) -> RDFTContext
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 more§impl Debug for RDFTContext
impl Debug for RDFTContext
impl Copy for RDFTContext
Auto Trait Implementations§
impl Freeze for RDFTContext
impl RefUnwindSafe for RDFTContext
impl Send for RDFTContext
impl Sync for RDFTContext
impl Unpin for RDFTContext
impl UnwindSafe for RDFTContext
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