Struct gitlab::api::SudoContext
source · pub struct SudoContext<'a> { /* private fields */ }
Expand description
A sudo
modifier that can be applied to any endpoint.
Implementations§
Trait Implementations§
source§impl<'a> Clone for SudoContext<'a>
impl<'a> Clone for SudoContext<'a>
source§fn clone(&self) -> SudoContext<'a>
fn clone(&self) -> SudoContext<'a>
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 more