pub struct ConfluenceLabel {
pub id: String,
pub name: String,
pub prefix: String,
}Expand description
A label on a Confluence page.
Fields§
§id: StringLabel ID.
name: StringLabel name.
prefix: StringLabel prefix (e.g. “global”).
Trait Implementations§
Source§impl Clone for ConfluenceLabel
impl Clone for ConfluenceLabel
Source§fn clone(&self) -> ConfluenceLabel
fn clone(&self) -> ConfluenceLabel
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 Debug for ConfluenceLabel
impl Debug for ConfluenceLabel
Auto Trait Implementations§
impl Freeze for ConfluenceLabel
impl RefUnwindSafe for ConfluenceLabel
impl Send for ConfluenceLabel
impl Sync for ConfluenceLabel
impl Unpin for ConfluenceLabel
impl UnsafeUnpin for ConfluenceLabel
impl UnwindSafe for ConfluenceLabel
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