pub struct Paragraph {
pub alignment: Alignment,
pub spacing: Spacing,
pub indent: Indentation,
pub tab_width: i32,
}
Fields§
§alignment: Alignment
§spacing: Spacing
§indent: Indentation
§tab_width: i32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Paragraph
impl<'de> Deserialize<'de> for Paragraph
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 FromWasmAbi for Paragraph
impl FromWasmAbi for Paragraph
Source§impl IntoWasmAbi for Paragraph
impl IntoWasmAbi for Paragraph
Source§impl LongRefFromWasmAbi for Paragraph
impl LongRefFromWasmAbi for Paragraph
Source§impl OptionFromWasmAbi for Paragraph
impl OptionFromWasmAbi for Paragraph
Source§impl OptionIntoWasmAbi for Paragraph
impl OptionIntoWasmAbi for Paragraph
Source§impl RefFromWasmAbi for Paragraph
impl RefFromWasmAbi for Paragraph
Source§impl RefMutFromWasmAbi for Paragraph
impl RefMutFromWasmAbi for Paragraph
Source§impl TryFromJsValue for Paragraph
impl TryFromJsValue for Paragraph
Source§impl VectorFromWasmAbi for Paragraph
impl VectorFromWasmAbi for Paragraph
Source§impl VectorIntoWasmAbi for Paragraph
impl VectorIntoWasmAbi for Paragraph
impl Copy for Paragraph
impl StructuralPartialEq for Paragraph
impl SupportsConstructor for Paragraph
impl SupportsInstanceProperty for Paragraph
impl SupportsStaticProperty for Paragraph
Auto Trait Implementations§
impl Freeze for Paragraph
impl RefUnwindSafe for Paragraph
impl Send for Paragraph
impl Sync for Paragraph
impl Unpin for Paragraph
impl UnwindSafe for Paragraph
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.