pub struct WordListRef(/* private fields */);Implementations§
Source§impl WordListRef
impl WordListRef
pub const fn get(&self) -> Option<&FFIWordList>
pub const fn as_ref(&self) -> &FFIWordList
Trait Implementations§
Source§impl Clone for WordListRef
impl Clone for WordListRef
Source§fn clone(&self) -> WordListRef
fn clone(&self) -> WordListRef
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 moreimpl Copy for WordListRef
Auto Trait Implementations§
impl Freeze for WordListRef
impl RefUnwindSafe for WordListRef
impl !Send for WordListRef
impl !Sync for WordListRef
impl Unpin for WordListRef
impl UnsafeUnpin for WordListRef
impl UnwindSafe for WordListRef
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