pub struct LinkToHammerfestWithCredentialsOptions {
pub user_id: UserId,
pub hammerfest_server: HammerfestServer,
pub hammerfest_username: HammerfestUsername,
pub hammerfest_password: HammerfestPassword,
}Fields§
§user_id: UserId§hammerfest_server: HammerfestServer§hammerfest_username: HammerfestUsername§hammerfest_password: HammerfestPasswordTrait Implementations§
Source§impl Clone for LinkToHammerfestWithCredentialsOptions
impl Clone for LinkToHammerfestWithCredentialsOptions
Source§fn clone(&self) -> LinkToHammerfestWithCredentialsOptions
fn clone(&self) -> LinkToHammerfestWithCredentialsOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for LinkToHammerfestWithCredentialsOptions
Source§impl Ord for LinkToHammerfestWithCredentialsOptions
impl Ord for LinkToHammerfestWithCredentialsOptions
Source§fn cmp(&self, other: &LinkToHammerfestWithCredentialsOptions) -> Ordering
fn cmp(&self, other: &LinkToHammerfestWithCredentialsOptions) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LinkToHammerfestWithCredentialsOptions
impl PartialOrd for LinkToHammerfestWithCredentialsOptions
impl StructuralPartialEq for LinkToHammerfestWithCredentialsOptions
Auto Trait Implementations§
impl Freeze for LinkToHammerfestWithCredentialsOptions
impl RefUnwindSafe for LinkToHammerfestWithCredentialsOptions
impl Send for LinkToHammerfestWithCredentialsOptions
impl Sync for LinkToHammerfestWithCredentialsOptions
impl Unpin for LinkToHammerfestWithCredentialsOptions
impl UnsafeUnpin for LinkToHammerfestWithCredentialsOptions
impl UnwindSafe for LinkToHammerfestWithCredentialsOptions
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