pub enum StCredMethod {
Integrated,
None,
Stored,
Prompt,
}Variants§
Trait Implementations§
Source§impl Debug for StCredMethod
impl Debug for StCredMethod
Source§impl PartialEq for StCredMethod
impl PartialEq for StCredMethod
Source§impl XmlValue for StCredMethod
impl XmlValue for StCredMethod
impl Eq for StCredMethod
impl StructuralPartialEq for StCredMethod
Auto Trait Implementations§
impl Freeze for StCredMethod
impl RefUnwindSafe for StCredMethod
impl Send for StCredMethod
impl Sync for StCredMethod
impl Unpin for StCredMethod
impl UnwindSafe for StCredMethod
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