pub struct WithSubjects {}
Expand description
A state indicating one or more subjects and no clips.
Trait Implementations§
Source§impl Debug for WithSubjects
impl Debug for WithSubjects
impl ClipperState for WithSubjects
Auto Trait Implementations§
impl Freeze for WithSubjects
impl RefUnwindSafe for WithSubjects
impl Send for WithSubjects
impl Sync for WithSubjects
impl Unpin for WithSubjects
impl UnwindSafe for WithSubjects
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