pub struct SpecialSet(/* private fields */);Implementations§
Source§impl SpecialSet
impl SpecialSet
pub fn new(selfish: impl SpecialSetTrait + 'static) -> SpecialSet
Trait Implementations§
Source§impl AsAnyValue for SpecialSet
impl AsAnyValue for SpecialSet
fn as_any_value(&self) -> AnyValue
Source§impl Clone for SpecialSet
impl Clone for SpecialSet
Source§fn clone(&self) -> SpecialSet
fn clone(&self) -> SpecialSet
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 SpecialSet
impl !RefUnwindSafe for SpecialSet
impl Send for SpecialSet
impl Sync for SpecialSet
impl Unpin for SpecialSet
impl !UnwindSafe for SpecialSet
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