pub struct ReleaseCollectionArgs { /* private fields */ }Expand description
argument for [SqlFunServerApi::release_collection]
Implementations§
Source§impl ReleaseCollectionArgs
Auto-generated by derive_getters::Getters.
impl ReleaseCollectionArgs
Auto-generated by derive_getters::Getters.
Sourcepub fn collection_handle(&self) -> &CollectionHandle
pub fn collection_handle(&self) -> &CollectionHandle
releasing collection handle
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ReleaseCollectionArgs
impl<'de> Deserialize<'de> for ReleaseCollectionArgs
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
Auto Trait Implementations§
impl Freeze for ReleaseCollectionArgs
impl RefUnwindSafe for ReleaseCollectionArgs
impl Send for ReleaseCollectionArgs
impl Sync for ReleaseCollectionArgs
impl Unpin for ReleaseCollectionArgs
impl UnwindSafe for ReleaseCollectionArgs
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