pub struct ArchiveDependency(/* private fields */);Expand description
ArchiveDependency interface.
Implementations§
source§impl ArchiveDependency
impl ArchiveDependency
pub fn get<'a>( &self, client: &'a dyn Client, ) -> Result<ArchiveDependencyFull, Error>
pub fn get_wadl<'a>(&self, client: &'a dyn Client) -> Result<Resource, Error>
pub fn put<'a>( &self, client: &'a dyn Client, representation: &ArchiveDependencyFull, ) -> Result<(), Error>
pub fn patch<'a>( &self, client: &'a dyn Client, representation: &ArchiveDependencyDiff, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArchiveDependency
impl RefUnwindSafe for ArchiveDependency
impl Send for ArchiveDependency
impl Sync for ArchiveDependency
impl Unpin for ArchiveDependency
impl UnwindSafe for ArchiveDependency
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