Struct zng_tp_licenses::UserLicense
source · pub struct UserLicense {
pub user: User,
pub license: License,
}
Expand description
Represents a license user with license.
Fields§
§user: User
License user.
license: License
License used.
Trait Implementations§
source§impl Clone for UserLicense
impl Clone for UserLicense
source§fn clone(&self) -> UserLicense
fn clone(&self) -> UserLicense
Returns a copy 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 UserLicense
impl Debug for UserLicense
source§impl PartialEq for UserLicense
impl PartialEq for UserLicense
impl Eq for UserLicense
impl StructuralPartialEq for UserLicense
Auto Trait Implementations§
impl Freeze for UserLicense
impl RefUnwindSafe for UserLicense
impl Send for UserLicense
impl Sync for UserLicense
impl Unpin for UserLicense
impl UnwindSafe for UserLicense
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)