pub struct LiteralConnectionIdAccessEntry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LiteralConnectionIdAccessEntry
impl Clone for LiteralConnectionIdAccessEntry
Source§fn clone(&self) -> LiteralConnectionIdAccessEntry
fn clone(&self) -> LiteralConnectionIdAccessEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for LiteralConnectionIdAccessEntry
impl<'de> Deserialize<'de> for LiteralConnectionIdAccessEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl UpdatableService<SetCommand<String>, LiteralConnectionIdAccessEntry> for LiteralConnectionIdAccessEntryService
impl UpdatableService<SetCommand<String>, LiteralConnectionIdAccessEntry> for LiteralConnectionIdAccessEntryService
fn get( &self, id: &str, ) -> Result<Option<Ref<'_, String, Versioned<LiteralConnectionIdAccessEntry>>>, StorageError>
fn get_all_keys(&self) -> Result<HashSet<String>, StorageError>
fn create( &self, payload: LiteralConnectionIdAccessEntry, ) -> Result<Versioned<LiteralConnectionIdAccessEntry>, StorageError>
fn update( &self, id: &str, command: StringSetCommand, ) -> Result<Versioned<LiteralConnectionIdAccessEntry>, StorageError>
fn delete(&self, id: &str) -> Result<(), StorageError>
fn clear(&self) -> Result<(), ()>
Auto Trait Implementations§
impl Freeze for LiteralConnectionIdAccessEntry
impl RefUnwindSafe for LiteralConnectionIdAccessEntry
impl Send for LiteralConnectionIdAccessEntry
impl Sync for LiteralConnectionIdAccessEntry
impl Unpin for LiteralConnectionIdAccessEntry
impl UnwindSafe for LiteralConnectionIdAccessEntry
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