#[repr(i32)]pub enum _tagPSUACTION {
PSU_DEFAULT = 1,
PSU_SECURITY_URL_ONLY = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _tagPSUACTION
impl Clone for _tagPSUACTION
Source§fn clone(&self) -> _tagPSUACTION
fn clone(&self) -> _tagPSUACTION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _tagPSUACTION
impl Debug for _tagPSUACTION
Source§impl Hash for _tagPSUACTION
impl Hash for _tagPSUACTION
Source§impl PartialEq for _tagPSUACTION
impl PartialEq for _tagPSUACTION
impl Copy for _tagPSUACTION
impl Eq for _tagPSUACTION
impl StructuralPartialEq for _tagPSUACTION
Auto Trait Implementations§
impl Freeze for _tagPSUACTION
impl RefUnwindSafe for _tagPSUACTION
impl Send for _tagPSUACTION
impl Sync for _tagPSUACTION
impl Unpin for _tagPSUACTION
impl UnwindSafe for _tagPSUACTION
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