Struct cyfs_lib::SelectOptionCodec
source · pub struct SelectOptionCodec;
Implementations
sourceimpl SelectOptionCodec
impl SelectOptionCodec
pub fn encode(req: &mut Request, opt: &Option<SelectOption>)
pub fn decode(req: &Request) -> BuckyResult<Option<SelectOption>>
Auto Trait Implementations
impl RefUnwindSafe for SelectOptionCodec
impl Send for SelectOptionCodec
impl Sync for SelectOptionCodec
impl Unpin for SelectOptionCodec
impl UnwindSafe for SelectOptionCodec
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