Struct creusot_contracts::logic::Set
source · pub struct Set<T: ?Sized>(/* private fields */);
Expand description
A (possibly infinite) set type.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Set<T>where
T: ?Sized,
impl<T> !RefUnwindSafe for Set<T>
impl<T> !Send for Set<T>
impl<T> !Sync for Set<T>
impl<T> !Unpin for Set<T>
impl<T> !UnwindSafe for Set<T>
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
source§impl<T> MakeSized for Twhere
T: ?Sized,
impl<T> MakeSized for Twhere
T: ?Sized,
source§fn make_sized(&self) -> Box<T>
fn make_sized(&self) -> Box<T>
logic ⚠
ensures
*result == *self