Struct cyfs_lib::SelectDecoder
source · [−]pub struct SelectDecoder;
Implementations
sourceimpl SelectDecoder
impl SelectDecoder
pub fn decode_select_request(
req: &Request
) -> BuckyResult<(SelectFilter, SelectOption)>
Auto Trait Implementations
impl RefUnwindSafe for SelectDecoder
impl Send for SelectDecoder
impl Sync for SelectDecoder
impl Unpin for SelectDecoder
impl UnwindSafe for SelectDecoder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more