pub struct GitLabCache {
pub key: Option<String>,
pub paths: Vec<String>,
pub policy: Option<String>,
}Fields§
§key: Option<String>§paths: Vec<String>§policy: Option<String>Trait Implementations§
Source§impl Clone for GitLabCache
impl Clone for GitLabCache
Source§fn clone(&self) -> GitLabCache
fn clone(&self) -> GitLabCache
Returns a duplicate 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 GitLabCache
impl Debug for GitLabCache
Source§impl<'de> Deserialize<'de> for GitLabCache
impl<'de> Deserialize<'de> for GitLabCache
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GitLabCache
impl RefUnwindSafe for GitLabCache
impl Send for GitLabCache
impl Sync for GitLabCache
impl Unpin for GitLabCache
impl UnsafeUnpin for GitLabCache
impl UnwindSafe for GitLabCache
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