pub struct SnapBuild(/* private fields */);Expand description
Build information for snap package builds.
Implementations§
Source§impl SnapBuild
impl SnapBuild
pub fn get<'a>(&self, client: &'a dyn Client) -> Result<SnapBuildFull, Error>
pub fn get_wadl<'a>(&self, client: &'a dyn Client) -> Result<Resource, Error>
pub fn put<'a>( &self, client: &'a dyn Client, representation: &SnapBuildFull, ) -> Result<(), Error>
pub fn patch<'a>( &self, client: &'a dyn Client, representation: &SnapBuildDiff, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapBuild
impl RefUnwindSafe for SnapBuild
impl Send for SnapBuild
impl Sync for SnapBuild
impl Unpin for SnapBuild
impl UnwindSafe for SnapBuild
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