pub enum ProjectGrant {
Short(String),
Long(Box<ProjectLongGrant>),
}Expand description
One effective service config or secret grant with its Compose syntax form retained.
Variants§
Trait Implementations§
Source§impl Clone for ProjectGrant
impl Clone for ProjectGrant
Source§fn clone(&self) -> ProjectGrant
fn clone(&self) -> ProjectGrant
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 ProjectGrant
impl Debug for ProjectGrant
impl Eq for ProjectGrant
Source§impl PartialEq for ProjectGrant
impl PartialEq for ProjectGrant
impl StructuralPartialEq for ProjectGrant
Auto Trait Implementations§
impl Freeze for ProjectGrant
impl RefUnwindSafe for ProjectGrant
impl Send for ProjectGrant
impl Sync for ProjectGrant
impl Unpin for ProjectGrant
impl UnsafeUnpin for ProjectGrant
impl UnwindSafe for ProjectGrant
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