pub struct ProjectKey {
pub key: String,
}Expand description
Project key reference.
Fields§
§key: StringProject key (e.g., “PROJ”)
Trait Implementations§
Source§impl Clone for ProjectKey
impl Clone for ProjectKey
Source§fn clone(&self) -> ProjectKey
fn clone(&self) -> ProjectKey
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 moreSource§impl Debug for ProjectKey
impl Debug for ProjectKey
Auto Trait Implementations§
impl Freeze for ProjectKey
impl RefUnwindSafe for ProjectKey
impl Send for ProjectKey
impl Sync for ProjectKey
impl Unpin for ProjectKey
impl UnsafeUnpin for ProjectKey
impl UnwindSafe for ProjectKey
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