Enum sysml_model::PortionKind 
source · pub enum PortionKind {
    TimeSlice,
    Snapshot,
}Variants§
Auto Trait Implementations§
impl Freeze for PortionKind
impl RefUnwindSafe for PortionKind
impl Send for PortionKind
impl Sync for PortionKind
impl Unpin for PortionKind
impl UnwindSafe for PortionKind
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