pub enum LdoId {
Ldo2,
Ldo3,
}Variants§
Trait Implementations§
impl Copy for LdoId
impl Eq for LdoId
impl StructuralPartialEq for LdoId
Auto Trait Implementations§
impl Freeze for LdoId
impl RefUnwindSafe for LdoId
impl Send for LdoId
impl Sync for LdoId
impl Unpin for LdoId
impl UnwindSafe for LdoId
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