pub struct SnapConfig {
pub snap: SnapPackage,
pub permissions: Option<SnapPermissions>,
}Fields§
§snap: SnapPackage§permissions: Option<SnapPermissions>Trait Implementations§
Source§impl Debug for SnapConfig
impl Debug for SnapConfig
Source§impl<'de> Deserialize<'de> for SnapConfig
impl<'de> Deserialize<'de> for SnapConfig
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 SnapConfig
impl RefUnwindSafe for SnapConfig
impl Send for SnapConfig
impl Sync for SnapConfig
impl Unpin for SnapConfig
impl UnwindSafe for SnapConfig
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