pub struct BlockService { /* private fields */ }Implementations§
Source§impl BlockService
impl BlockService
pub fn with_config(service: ServiceConfig<Authenticated>) -> BlockService
Trait Implementations§
Source§impl CreateResource for BlockService
impl CreateResource for BlockService
Source§impl DeleteResource for BlockService
impl DeleteResource for BlockService
Source§impl GetAllResource for BlockService
impl GetAllResource for BlockService
Source§impl GetResourceById for BlockService
impl GetResourceById for BlockService
Auto Trait Implementations§
impl Freeze for BlockService
impl RefUnwindSafe for BlockService
impl Send for BlockService
impl Sync for BlockService
impl Unpin for BlockService
impl UnwindSafe for BlockService
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