pub struct GetAllScriptInfoCommand;Expand description
Command to get all script info properties from the ASS document
Returns all properties in the [Script Info] section as key-value pairs.
Returns an empty vector if the section doesn’t exist.
Implementations§
Trait Implementations§
Source§impl Clone for GetAllScriptInfoCommand
impl Clone for GetAllScriptInfoCommand
Source§fn clone(&self) -> GetAllScriptInfoCommand
fn clone(&self) -> GetAllScriptInfoCommand
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 moreSource§impl Debug for GetAllScriptInfoCommand
impl Debug for GetAllScriptInfoCommand
Source§impl Default for GetAllScriptInfoCommand
impl Default for GetAllScriptInfoCommand
impl Eq for GetAllScriptInfoCommand
Source§impl PartialEq for GetAllScriptInfoCommand
impl PartialEq for GetAllScriptInfoCommand
Source§fn eq(&self, other: &GetAllScriptInfoCommand) -> bool
fn eq(&self, other: &GetAllScriptInfoCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAllScriptInfoCommand
Auto Trait Implementations§
impl Freeze for GetAllScriptInfoCommand
impl RefUnwindSafe for GetAllScriptInfoCommand
impl Send for GetAllScriptInfoCommand
impl Sync for GetAllScriptInfoCommand
impl Unpin for GetAllScriptInfoCommand
impl UnsafeUnpin for GetAllScriptInfoCommand
impl UnwindSafe for GetAllScriptInfoCommand
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