pub struct ClientGet { /* private fields */ }Implementations§
Source§impl ClientGet
impl ClientGet
pub fn new_default( uri: SSK, identifier: &str, return_type: ReturnType, ) -> ClientGet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientGet
impl RefUnwindSafe for ClientGet
impl Send for ClientGet
impl Sync for ClientGet
impl Unpin for ClientGet
impl UnsafeUnpin for ClientGet
impl UnwindSafe for ClientGet
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