pub enum SlmStopParts {
None,
}
Expand description
API parts for the Slm Stop API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SlmStopParts
impl Clone for SlmStopParts
Source§fn clone(&self) -> SlmStopParts
fn clone(&self) -> SlmStopParts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SlmStopParts
impl Debug for SlmStopParts
Source§impl PartialEq for SlmStopParts
impl PartialEq for SlmStopParts
impl Eq for SlmStopParts
impl StructuralPartialEq for SlmStopParts
Auto Trait Implementations§
impl Freeze for SlmStopParts
impl RefUnwindSafe for SlmStopParts
impl Send for SlmStopParts
impl Sync for SlmStopParts
impl Unpin for SlmStopParts
impl UnwindSafe for SlmStopParts
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