pub struct BufferId(/* private fields */);
Expand description
BufferIds uniquely identify open buffers.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BufferId
impl<'de> Deserialize<'de> for BufferId
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 From<BufferId> for ConfigDomain
impl From<BufferId> for ConfigDomain
Source§fn from(src: BufferId) -> ConfigDomain
fn from(src: BufferId) -> ConfigDomain
Converts to this type from the input type.
Source§impl Ord for BufferId
impl Ord for BufferId
Source§impl PartialOrd for BufferId
impl PartialOrd for BufferId
impl Copy for BufferId
impl Eq for BufferId
impl StructuralPartialEq for BufferId
Auto Trait Implementations§
impl Freeze for BufferId
impl RefUnwindSafe for BufferId
impl Send for BufferId
impl Sync for BufferId
impl Unpin for BufferId
impl UnwindSafe for BufferId
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