pub struct TextFileId(pub LiveId);
Expand description
An identifier for files on the collab server.
Tuple Fields§
§0: LiveId
Trait Implementations§
Source§impl Clone for TextFileId
impl Clone for TextFileId
Source§fn clone(&self) -> TextFileId
fn clone(&self) -> TextFileId
Returns a copy 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 DeBin for TextFileId
impl DeBin for TextFileId
Source§impl Debug for TextFileId
impl Debug for TextFileId
Source§impl Default for TextFileId
impl Default for TextFileId
Source§fn default() -> TextFileId
fn default() -> TextFileId
Returns the “default value” for a type. Read more
Source§impl From<LiveId> for TextFileId
impl From<LiveId> for TextFileId
Source§fn from(live_id: LiveId) -> TextFileId
fn from(live_id: LiveId) -> TextFileId
Converts to this type from the input type.
Source§impl From<u64> for TextFileId
impl From<u64> for TextFileId
Source§fn from(live_id: u64) -> TextFileId
fn from(live_id: u64) -> TextFileId
Converts to this type from the input type.
Source§impl Hash for TextFileId
impl Hash for TextFileId
Source§impl PartialEq for TextFileId
impl PartialEq for TextFileId
Source§impl SerBin for TextFileId
impl SerBin for TextFileId
impl Copy for TextFileId
impl Eq for TextFileId
impl StructuralPartialEq for TextFileId
Auto Trait Implementations§
impl Freeze for TextFileId
impl RefUnwindSafe for TextFileId
impl Send for TextFileId
impl Sync for TextFileId
impl Unpin for TextFileId
impl UnwindSafe for TextFileId
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