Struct cassandra_cpp::Value [−][src]
pub struct Value(_);
Expand description
A single primitive value or a collection of values.
Implementations
impl Value
[src]
impl Value
[src]pub fn is_collection(&self) -> bool
[src]
pub fn is_collection(&self) -> bool
[src]Returns true if a specified value is a collection.
pub fn get_set(&self) -> Result<SetIterator>
[src]
pub fn get_set(&self) -> Result<SetIterator>
[src]Gets this value as a set iterator.
pub fn get_map(&self) -> Result<MapIterator>
[src]
pub fn get_map(&self) -> Result<MapIterator>
[src]Gets this value as a map iterator.
pub fn get_user_type(&self) -> Result<UserTypeIterator>
[src]
pub fn get_user_type(&self) -> Result<UserTypeIterator>
[src]Gets an iterator over the fields of the user type in this column or errors if you ask for the wrong type
pub fn get_string(&self) -> Result<String>
[src]
pub fn get_string(&self) -> Result<String>
[src]Get this value as a string
Trait Implementations
impl Send for Value
[src]
impl Sync for Value
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,