pub struct Supported {
pub options: HashMap<String, Vec<String>>,
}
Fields§
§options: HashMap<String, Vec<String>>
Implementations§
source§impl Supported
impl Supported
pub fn deserialize(buf: &mut &[u8]) -> Result<Self, CqlSupportedParseError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Supported
impl RefUnwindSafe for Supported
impl Send for Supported
impl Sync for Supported
impl Unpin for Supported
impl UnwindSafe for Supported
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