pub struct SealHandle(/* private fields */);Expand description
A handle that represents a map of sealed tensors
Implementations§
Trait Implementations§
Source§impl Clone for SealHandle
impl Clone for SealHandle
Source§fn clone(&self) -> SealHandle
fn clone(&self) -> SealHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SealHandle
Source§impl Debug for SealHandle
impl Debug for SealHandle
impl Eq for SealHandle
Source§impl Hash for SealHandle
impl Hash for SealHandle
Source§impl PartialEq for SealHandle
impl PartialEq for SealHandle
Source§fn eq(&self, other: &SealHandle) -> bool
fn eq(&self, other: &SealHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SealHandle
Auto Trait Implementations§
impl Freeze for SealHandle
impl RefUnwindSafe for SealHandle
impl Send for SealHandle
impl Sync for SealHandle
impl Unpin for SealHandle
impl UnsafeUnpin for SealHandle
impl UnwindSafe for SealHandle
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